how to echo data into an option tag as a link

99

how to echo data into an option tag as a link -

<select name="forma" onchange="location = this.value;">
 <option value="Home.php">Home</option>
 <option value="Contact.php">Contact</option>
 <option value="Sitemap.php">Sitemap</option>
</select>

Comments

Submit
0 Comments